Row



Precio del Bitcoin en dólares





Turing Finance

03/24/2021


Reproducir el reporte


Último 5.4246316^{4}



Tendencia del precio del Bitcoin
(anual, diaria and mensual)


Fuente: elaboración propia. Revisa la metodología.



Text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.



Proyección del precio del Bitcoin a un año
(dólares americanos)


Fuente: elaboración propia. Revisa la metodología.



Text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.



Precio del Bitcoin en dólares americanos, datos históricos


Fuente: elaboración propia con datos de Yahoo Finance.



Text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.


Usted puede generear un pronóstico de la tendencia del precio del Bitcoin mediante el software R y el siguiente código:


library(prophet)
bitcoin <- read.csv("https://turing-finance.github.io/spanish/btc-usd-es.csv")
bitcoin <- data.frame(bitcoin$Fecha,bitcoin$Precio)
colnames(bitcoin) <- c("ds","y")
m_bitcoin <- prophet(bitcoin)
futuro_bitcoin <- make_future_dataframe(m_bitcoin, periods = 365)
pronostico_bitcoin <- predict(m_bitcoin, futuro_bitcoin)
dyplot.prophet(m_bitcoin, pronostico_bitcoin)


Text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.



Referencias








C. Hernández, David Luna. Este sitio está vinculado con Google Analytics y Google Search Console. Esta obra fue generada mediante R en March 24, 2021. Esta obra está bajo una licencia de Creative Commons Reconocimiento-NoComercial-CompartirIgual 4.0 Internacional. Creative Commons (CC).Licencia de Creative Commons